home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / xgoned.man < prev    next >
Text File  |  1990-03-01  |  1KB  |  46 lines

  1. '\" Copyright 1990 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.2 90/02/20 17:11:01 douglis Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS XGONED cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. xgoned \- Daemon to start a screen saver on an idle machine
  17. .SH SYNOPSIS
  18. \fBxgoned\fR [\fIoptions\fR]
  19. .SH OPTIONS
  20. .IP "\fB\-t \fIidleTime\fR" 15
  21. Length of time (in seconds) that the
  22. machine must be idle before starting the screen saver.
  23. The default is 300 (5 minutes).
  24. .IP "\fB\-D\fR" 15
  25. Don't detach the process.
  26. .IP "\fB\-d\fR" 15
  27. Print debugging information.
  28. .IP "\fB\-help\fR" 15
  29. Print a summary of the command-line options.
  30. .BE
  31.  
  32. .SH DESCRIPTION
  33. .PP
  34. The \fBxgoned\fR program is used to start "xgone" on an idle
  35. machine.  
  36. A machine is idle if it has not received input from the console in
  37. a fixed amount of time.
  38. .SH BUGS
  39. .PP
  40. An idle machine is one that has not received input from the keyboard.
  41. Mouse motion is not considered, causing "xgone" to be
  42. started if the user uses only the mouse for too long.
  43. .SH KEYWORDS
  44. xgone, idle machine, screen saver
  45.  
  46.